﻿2026-06-15T12:21:22.5616533Z ##[group]Run actions/checkout@v5
2026-06-15T12:21:22.5617353Z with:
2026-06-15T12:21:22.5617763Z   repository: SaberMage/spt-core
2026-06-15T12:21:22.5621917Z   token: ***
2026-06-15T12:21:22.5622313Z   ssh-strict: true
2026-06-15T12:21:22.5622705Z   ssh-user: git
2026-06-15T12:21:22.5623108Z   persist-credentials: true
2026-06-15T12:21:22.5623565Z   clean: true
2026-06-15T12:21:22.5623969Z   sparse-checkout-cone-mode: true
2026-06-15T12:21:22.5624464Z   fetch-depth: 1
2026-06-15T12:21:22.5624851Z   fetch-tags: false
2026-06-15T12:21:22.5625262Z   show-progress: true
2026-06-15T12:21:22.5625671Z   lfs: false
2026-06-15T12:21:22.5626061Z   submodules: false
2026-06-15T12:21:22.5626473Z   set-safe-directory: true
2026-06-15T12:21:22.5627127Z ##[endgroup]
2026-06-15T12:21:22.6431292Z Syncing repository: SaberMage/spt-core
2026-06-15T12:21:22.6432941Z ##[group]Getting Git version info
2026-06-15T12:21:22.6433693Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-15T12:21:22.6434835Z [command]/usr/bin/git version
2026-06-15T12:21:22.6435297Z git version 2.43.0
2026-06-15T12:21:22.6438221Z ##[endgroup]
2026-06-15T12:21:22.6448685Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/73a1a13b-97d8-41a6-8b2a-51ce0eeaa6e2' before making global git config changes
2026-06-15T12:21:22.6450609Z Adding repository directory to the temporary git global config as a safe directory
2026-06-15T12:21:22.6451934Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-15T12:21:22.6482026Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-15T12:21:22.6498229Z https://github.com/SaberMage/spt-core
2026-06-15T12:21:22.6507708Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-15T12:21:22.6510218Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-15T12:21:22.6542716Z refs/heads/main
2026-06-15T12:21:22.6550303Z [command]/usr/bin/git checkout --detach
2026-06-15T12:21:22.6697764Z HEAD is now at 1ce9e98 docs(api): state bind's intrinsic-auth trust model for spt-hosted sessions
2026-06-15T12:21:22.6733902Z [command]/usr/bin/git branch --delete --force main
2026-06-15T12:21:22.6766668Z Deleted branch main (was 1ce9e98).
2026-06-15T12:21:22.6770942Z ##[endgroup]
2026-06-15T12:21:22.6773876Z [command]/usr/bin/git submodule status
2026-06-15T12:21:22.6956073Z ##[group]Cleaning the repository
2026-06-15T12:21:22.6956806Z [command]/usr/bin/git clean -ffdx
2026-06-15T12:21:25.7016438Z Removing .adapter-notify/
2026-06-15T12:21:25.7017162Z Removing target/
2026-06-15T12:21:25.7028019Z [command]/usr/bin/git reset --hard HEAD
2026-06-15T12:21:25.7191676Z HEAD is now at 1ce9e98 docs(api): state bind's intrinsic-auth trust model for spt-hosted sessions
2026-06-15T12:21:25.7216366Z ##[endgroup]
2026-06-15T12:21:25.7217413Z ##[group]Disabling automatic garbage collection
2026-06-15T12:21:25.7217841Z [command]/usr/bin/git config --local gc.auto 0
2026-06-15T12:21:25.7231722Z ##[endgroup]
2026-06-15T12:21:25.7232269Z ##[group]Setting up auth
2026-06-15T12:21:25.7239152Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-15T12:21:25.7266623Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-15T12:21:25.7458207Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-15T12:21:25.7484171Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-15T12:21:25.7670432Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-15T12:21:25.7693634Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-15T12:21:25.7877405Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-15T12:21:25.7904669Z ##[endgroup]
2026-06-15T12:21:25.7910517Z ##[group]Fetching the repository
2026-06-15T12:21:25.7911450Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +4f877d09a74ae3712362aa355a7c3f67b725f12f:refs/remotes/pull/14/merge
2026-06-15T12:21:26.3022791Z From https://github.com/SaberMage/spt-core
2026-06-15T12:21:26.3023430Z  * [new ref]         4f877d09a74ae3712362aa355a7c3f67b725f12f -> pull/14/merge
2026-06-15T12:21:26.3043716Z ##[endgroup]
2026-06-15T12:21:26.3044293Z ##[group]Determining the checkout info
2026-06-15T12:21:26.3045930Z ##[endgroup]
2026-06-15T12:21:26.3086981Z [command]/usr/bin/git sparse-checkout disable
2026-06-15T12:21:26.3126428Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-15T12:21:26.3151749Z ##[group]Checking out the ref
2026-06-15T12:21:26.3154407Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/14/merge
2026-06-15T12:21:26.3227239Z Previous HEAD position was 1ce9e98 docs(api): state bind's intrinsic-auth trust model for spt-hosted sessions
2026-06-15T12:21:26.3230149Z HEAD is now at 4f877d0 Merge 5bb675aecc7bc940949432361fb15d7358642159 into 1ce9e9826bf8f8b124861eb53a389454c48c5e7a
2026-06-15T12:21:26.3234989Z ##[endgroup]
2026-06-15T12:21:26.3274888Z [command]/usr/bin/git log -1 --format=%H
2026-06-15T12:21:26.3297633Z 4f877d09a74ae3712362aa355a7c3f67b725f12f
